home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Shareware / xStarter 1.8.8 / setup.exe / {app} / xStartUI.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  2007-06-06  |  6KB  |  240 lines

  1. object AboutForm: TAboutForm
  2.   Left = 344
  3.   Top = 219
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 237
  7.   ClientWidth = 414
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 0
  20.     Top = 195
  21.     Width = 414
  22.     Height = 3
  23.     Align = alBottom
  24.     Shape = bsBottomLine
  25.   end
  26.   object Bevel2: TBevel
  27.     Left = 137
  28.     Top = 0
  29.     Width = 3
  30.     Height = 195
  31.     Align = alLeft
  32.     Shape = bsLeftLine
  33.   end
  34.   object Panel2: TPanel
  35.     Left = 0
  36.     Top = 198
  37.     Width = 414
  38.     Height = 39
  39.     Align = alBottom
  40.     BevelOuter = bvNone
  41.     TabOrder = 0
  42.     DesignSize = (
  43.       414
  44.       39)
  45.     object btOk: TElPopupButton
  46.       Left = 298
  47.       Top = 8
  48.       Width = 105
  49.       Height = 25
  50.       DrawDefaultFrame = False
  51.       ModalResult = 1
  52.       Caption = 'OK'
  53.       TabOrder = 0
  54.       OnClick = btOkClick
  55.       Anchors = [akRight, akBottom]
  56.     end
  57.     object btHelp: TElPopupButton
  58.       Left = 8
  59.       Top = 8
  60.       Width = 113
  61.       Height = 25
  62.       ImageIndex = 14
  63.       UseImageList = True
  64.       Images = TrayForm.ilMain
  65.       DrawDefaultFrame = False
  66.       Caption = 'Help'
  67.       TabOrder = 1
  68.       OnClick = btHelpClick
  69.       Anchors = [akLeft, akBottom]
  70.     end
  71.   end
  72.   object Panel1: TPanel
  73.     Left = 0
  74.     Top = 0
  75.     Width = 137
  76.     Height = 195
  77.     Align = alLeft
  78.     BevelOuter = bvNone
  79.     TabOrder = 1
  80.     object Image1: TImage
  81.       Left = 4
  82.       Top = 5
  83.       Width = 129
  84.       Height = 89
  85.       Cursor = crHandPoint
  86.       Picture.Data = {<image000.bmp>}
  87.       Transparent = True
  88.       Visible = False
  89.       OnClick = Image1Click
  90.     end
  91.   end
  92.   object ElPageControl1: TElPageControl
  93.     Left = 144
  94.     Top = 8
  95.     Width = 265
  96.     Height = 185
  97.     ShowBorder = False
  98.     Style = etsNetTabs
  99.     TabIndex = 0
  100.     TabPosition = etpBottom
  101.     HotTrackFont.Charset = DEFAULT_CHARSET
  102.     HotTrackFont.Color = clBlue
  103.     HotTrackFont.Height = -11
  104.     HotTrackFont.Name = 'MS Sans Serif'
  105.     HotTrackFont.Style = []
  106.     ActivePage = pgAbout
  107.     ActiveTabFont.Charset = DEFAULT_CHARSET
  108.     ActiveTabFont.Color = clWindowText
  109.     ActiveTabFont.Height = -11
  110.     ActiveTabFont.Name = 'MS Sans Serif'
  111.     ActiveTabFont.Style = []
  112.     UseActiveTabFont = True
  113.     DefaultPage = pgAbout
  114.     ParentColor = False
  115.     TabOrder = 2
  116.     UseXPThemes = False
  117.     DockOrientation = doNoOrient
  118.     object pgAbout: TElTabSheet
  119.       PageControl = ElPageControl1
  120.       Caption = 'About'
  121.       object JvHotLink1: TElURLLabel
  122.         Left = 42
  123.         Top = 64
  124.         Width = 122
  125.         Height = 13
  126.         Cursor = crHandPoint
  127.         Caption = 'http://www.xstarter.com'
  128.         Color = clBlue
  129.         URL = 'http://www.xstarter.com/index.html?from_prog'
  130.         HyperLinkStyle = [fsUnderline]
  131.         DockOrientation = doNoOrient
  132.         ParentColor = False
  133.       end
  134.       object Label3: TLabel
  135.         Left = 4
  136.         Top = 131
  137.         Width = 257
  138.         Height = 30
  139.         AutoSize = False
  140.         Font.Charset = DEFAULT_CHARSET
  141.         Font.Color = clWindowText
  142.         Font.Height = -11
  143.         Font.Name = 'MS Sans Serif'
  144.         Font.Style = [fsBold]
  145.         ParentFont = False
  146.         WordWrap = True
  147.       end
  148.       object Copyright: TLabel
  149.         Left = 4
  150.         Top = 113
  151.         Width = 230
  152.         Height = 13
  153.         Caption = 'Copyright '#169' 2003-2007 xStarter Solutions, Inc.'
  154.         IsControl = True
  155.       end
  156.       object Label2: TLabel
  157.         Left = 4
  158.         Top = 84
  159.         Width = 35
  160.         Height = 13
  161.         Caption = 'e-mail: '
  162.         IsControl = True
  163.       end
  164.       object JvHotLink2: TElURLLabel
  165.         Left = 42
  166.         Top = 84
  167.         Width = 109
  168.         Height = 13
  169.         Cursor = crHandPoint
  170.         Caption = 'support@xstarter.com'
  171.         Color = clBlue
  172.         URL = 'mailto:support@xstarter.com'
  173.         HyperLinkStyle = [fsUnderline]
  174.         DockOrientation = doNoOrient
  175.         ParentColor = False
  176.       end
  177.       object Label1: TLabel
  178.         Left = 4
  179.         Top = 64
  180.         Width = 31
  181.         Height = 13
  182.         Caption = 'www: '
  183.         IsControl = True
  184.       end
  185.       object Version: TLabel
  186.         Left = 4
  187.         Top = 43
  188.         Width = 85
  189.         Height = 13
  190.         Caption = 'Version 1.06 beta'
  191.         IsControl = True
  192.       end
  193.       object ProductName: TLabel
  194.         Left = 4
  195.         Top = 11
  196.         Width = 257
  197.         Height = 30
  198.         AutoSize = False
  199.         Caption = 'xStarter'
  200.         Font.Charset = DEFAULT_CHARSET
  201.         Font.Color = clWindowText
  202.         Font.Height = -11
  203.         Font.Name = 'MS Sans Serif'
  204.         Font.Style = [fsBold]
  205.         ParentFont = False
  206.         WordWrap = True
  207.         IsControl = True
  208.       end
  209.     end
  210.     object pgCredits: TElTabSheet
  211.       PageControl = ElPageControl1
  212.       Caption = 'Credits'
  213.       Visible = False
  214.       object ElMemo1: TElMemo
  215.         Left = 0
  216.         Top = 0
  217.         Width = 265
  218.         Height = 161
  219.         UseXPThemes = False
  220.         ReadOnly = True
  221.         BorderStyle = bsNone
  222.         Text = 
  223.           'A lot of thanks to:'#13#10'Carlo Kok [PascalScript component]'#13#10'Mike Li' +
  224.           'schke [VirtualTreeView component]'#13#10'Lukas Gebauer [Synapse compon' +
  225.           'ents]'#13#10'Primoz Gabrijelcic [GPSysHook components]'#13#10'Team of Projec' +
  226.           't JEDI for JVCL and JCL'#13#10#13#10'Additional thanks to all program test' +
  227.           'ers and helpers:'#13#10'Pavel Igumnov'#13#10'Roman Gawrilov'#13#10'Alex Plyuto'#13#10'Vi' +
  228.           'ncent Casale'#13#10'Dusan Stojanovic'
  229.         LineBorderActiveColor = clBlack
  230.         LineBorderInactiveColor = clBlack
  231.         ScrollBars = ssVertical
  232.         VertScrollBarStyles.UseXPThemes = False
  233.         HorzScrollBarStyles.UseXPThemes = False
  234.         Color = clBtnFace
  235.         TabOrder = 0
  236.       end
  237.     end
  238.   end
  239. end
  240.